Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI-1175: [app:new:from:drupal7] argument path must be of type string #1632

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

danepowell
Copy link
Contributor

No description provided.

@danepowell danepowell added the bug Something isn't working label Nov 13, 2023
@danepowell danepowell requested a review from wimleers November 13, 2023 21:30
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (7f044a2) 91.83% compared to head (9b2cdb1) 91.93%.

Files Patch % Lines
src/Command/App/NewFromDrupal7Command.php 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1632      +/-   ##
============================================
+ Coverage     91.83%   91.93%   +0.09%     
+ Complexity     1820     1819       -1     
============================================
  Files           124      124              
  Lines          6516     6509       -7     
============================================
  Hits           5984     5984              
+ Misses          532      525       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

$input->setOption('drupal7-directory', $answer);
}
$d7_root = $input->getOption('drupal7-directory');
$d7_root = $this->determineOption('drupal7-directory', FALSE, Drupal7SiteInspector::validateDrupal7Root(...), NULL, '.');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't covered in the first place. I wish it was...

@danepowell danepowell changed the title CLI-175: [app:new:from:drupal7] argument path must be of type string CLI-1175: [app:new:from:drupal7] argument path must be of type string Nov 13, 2023
@danepowell danepowell merged commit ccd1079 into acquia:main Nov 13, 2023
13 of 14 checks passed
@danepowell danepowell deleted the CLI-1213 branch September 20, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant